GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-12T23:03:57.143867+00:00",
"SubmitDate": "2025-12-12T23:03:57.143867+00:00",
"ReportPeriodStart": "2025-12-12T23:03:57.143867+00:00",
"ReportPeriodEnd": "2025-12-12T23:03:57.143867+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6bbd882a-7d50-4f1d-b288-8321c8371778",
"Rows": [
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6bbd882a-7d50-4f1d-b288-8321c8371778",
"Rows": [
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55ce7588-6da1-4f76-bce5-b6e08a65d56d",
"c57205b8-7d7c-4b56-8baa-c2e80c9b3fd2"
],
"Approvers": [
"3311dbfd-419d-4138-a737-3b8c5079e5cf",
"f9f27f9f-8890-4757-837e-484e126677e4"
],
"ApprovedBy": "9449c104-71a9-4ec4-af33-01ea18ed4b7c",
"ApprovalDate": "2025-12-12T23:03:57.143867+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "602ab458-30c0-4e0c-aadd-e4da7dabad1a",
"id": "6ad2d9e2-c65f-43ef-90b7-7e76bf6ff915",
"ConfigId": "de3e1572-5444-45b5-b107-2fcaf848a48d"
},
{
"GenerationDate": "2025-12-12T23:03:57.143867+00:00",
"SubmitDate": "2025-12-12T23:03:57.143867+00:00",
"ReportPeriodStart": "2025-12-12T23:03:57.143867+00:00",
"ReportPeriodEnd": "2025-12-12T23:03:57.143867+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6bbd882a-7d50-4f1d-b288-8321c8371778",
"Rows": [
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6bbd882a-7d50-4f1d-b288-8321c8371778",
"Rows": [
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b61519dc-7813-4469-aa5e-25fa5f325334",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"55ce7588-6da1-4f76-bce5-b6e08a65d56d",
"c57205b8-7d7c-4b56-8baa-c2e80c9b3fd2"
],
"Approvers": [
"3311dbfd-419d-4138-a737-3b8c5079e5cf",
"f9f27f9f-8890-4757-837e-484e126677e4"
],
"ApprovedBy": "9449c104-71a9-4ec4-af33-01ea18ed4b7c",
"ApprovalDate": "2025-12-12T23:03:57.143867+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "602ab458-30c0-4e0c-aadd-e4da7dabad1a",
"id": "6ad2d9e2-c65f-43ef-90b7-7e76bf6ff915",
"ConfigId": "de3e1572-5444-45b5-b107-2fcaf848a48d"
}
]